(python-default-template): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 19 Mar 2007 15:35:04 +0000 (15:35 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 19 Mar 2007 15:35:04 +0000 (15:35 +0000)
(python-buffer): Fix typo in docstring.

lisp/progmodes/python.el

index 6c37fb859e1e8387c2eb141da8ff4e99942f1f66..226d4bdc62d9a9f958ae7a8aab21cc721867fb93 100644 (file)
@@ -1150,7 +1150,7 @@ modified by the user.  Additional arguments are added when the command
 is used by `run-python' et al.")
 
 (defvar python-buffer nil
-  "*The current python process buffer.
+  "*The current Python process buffer.
 
 Commands that send text from source buffers to Python processes have
 to choose a process to send to.  This is determined by buffer-local
@@ -2088,7 +2088,7 @@ The default contents correspond to the elements of `python-skeletons'.")
   > _ \n)
 
 (defvar python-default-template "if"
-  "Default template to expand by `python-insert-template'.
+  "Default template to expand by `python-expand-template'.
 Updated on each expansion.")
 
 (defun python-expand-template (name)